1 namespace SoftQuanLyNhaHang.Views
2 {
3     
partial class frmKho_DanhSachSanPham
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Windows Form Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             
this.panel1 = new System.Windows.Forms.Panel();
32             
this.dataGridView1 = new System.Windows.Forms.DataGridView();
33             
this.button3 = new System.Windows.Forms.Button();
34             
this.button1 = new System.Windows.Forms.Button();
35             
this.label1 = new System.Windows.Forms.Label();
36             
this.textBox1 = new System.Windows.Forms.TextBox();
37             
this.textBox2 = new System.Windows.Forms.TextBox();
38             
this.label2 = new System.Windows.Forms.Label();
39             
this.comboBox1 = new System.Windows.Forms.ComboBox();
40             
this.label3 = new System.Windows.Forms.Label();
41             
this.button2 = new System.Windows.Forms.Button();
42             
this.panel1.SuspendLayout();
43             ((System.ComponentModel.ISupportInitialize)(
this.dataGridView1)).BeginInit();
44             
this.SuspendLayout();
45             
//
46             
// panel1
47             
//
48             
this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
49             | System.Windows.Forms.AnchorStyles.Right)));
50             
this.panel1.Controls.Add(this.button2);
51             
this.panel1.Controls.Add(this.label3);
52             
this.panel1.Controls.Add(this.comboBox1);
53             
this.panel1.Controls.Add(this.textBox2);
54             
this.panel1.Controls.Add(this.label2);
55             
this.panel1.Controls.Add(this.textBox1);
56             
this.panel1.Controls.Add(this.label1);
57             
this.panel1.Controls.Add(this.button3);
58             
this.panel1.Controls.Add(this.button1);
59             
this.panel1.Location = new System.Drawing.Point(0, 2);
60             
this.panel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
61             
this.panel1.Name = "panel1";
62             
this.panel1.Size = new System.Drawing.Size(1362, 138);
63             
this.panel1.TabIndex = 0;
64             
//
65             
// dataGridView1
66             
//
67             
this.dataGridView1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
68             | System.Windows.Forms.AnchorStyles.Right)));
69             
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
70             
this.dataGridView1.Location = new System.Drawing.Point(0, 144);
71             
this.dataGridView1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
72             
this.dataGridView1.Name = "dataGridView1";
73             
this.dataGridView1.Size = new System.Drawing.Size(1362, 534);
74             
this.dataGridView1.TabIndex = 1;
75             
//
76             
// button3
77             
//
78             
this.button3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
79             
this.button3.Location = new System.Drawing.Point(1174, 76);
80             
this.button3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
81             
this.button3.Name = "button3";
82             
this.button3.Size = new System.Drawing.Size(88, 58);
83             
this.button3.TabIndex = 14;
84             
this.button3.Text = "<<";
85             
this.button3.UseVisualStyleBackColor = true;
86             
//
87             
// button1
88             
//
89             
this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
90             
this.button1.Location = new System.Drawing.Point(1269, 76);
91             
this.button1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
92             
this.button1.Name = "button1";
93             
this.button1.Size = new System.Drawing.Size(88, 58);
94             
this.button1.TabIndex = 13;
95             
this.button1.Text = ">>";
96             
this.button1.UseVisualStyleBackColor = true;
97             
//
98             
// label1
99             
//
100             
this.label1.AutoSize = true;
101             
this.label1.Location = new System.Drawing.Point(16, 75);
102             
this.label1.Name = "label1";
103             
this.label1.Size = new System.Drawing.Size(98, 18);
104             
this.label1.TabIndex = 15;
105             
this.label1.Text = "Mã sản phẩm";
106             
//
107             
// textBox1
108             
//
109             
this.textBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
110             
this.textBox1.Location = new System.Drawing.Point(13, 94);
111             
this.textBox1.Name = "textBox1";
112             
this.textBox1.Size = new System.Drawing.Size(172, 26);
113             
this.textBox1.TabIndex = 16;
114             
//
115             
// textBox2
116             
//
117             
this.textBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
118             
this.textBox2.Location = new System.Drawing.Point(195, 94);
119             
this.textBox2.Name = "textBox2";
120             
this.textBox2.Size = new System.Drawing.Size(172, 26);
121             
this.textBox2.TabIndex = 18;
122             
//
123             
// label2
124             
//
125             
this.label2.AutoSize = true;
126             
this.label2.Location = new System.Drawing.Point(198, 75);
127             
this.label2.Name = "label2";
128             
this.label2.Size = new System.Drawing.Size(102, 18);
129             
this.label2.TabIndex = 17;
130             
this.label2.Text = "Tên sản phẩm";
131             
//
132             
// comboBox1
133             
//
134             
this.comboBox1.FormattingEnabled = true;
135             
this.comboBox1.Location = new System.Drawing.Point(373, 94);
136             
this.comboBox1.Name = "comboBox1";
137             
this.comboBox1.Size = new System.Drawing.Size(161, 26);
138             
this.comboBox1.TabIndex = 19;
139             
//
140             
// label3
141             
//
142             
this.label3.AutoSize = true;
143             
this.label3.Location = new System.Drawing.Point(376, 74);
144             
this.label3.Name = "label3";
145             
this.label3.Size = new System.Drawing.Size(77, 18);
146             
this.label3.TabIndex = 20;
147             
this.label3.Text = "Đơn vị tính";
148             
//
149             
// button2
150             
//
151             
this.button2.Location = new System.Drawing.Point(671, 77);
152             
this.button2.Name = "button2";
153             
this.button2.Size = new System.Drawing.Size(98, 43);
154             
this.button2.TabIndex = 21;
155             
this.button2.Text = "Tìm kiếm";
156             
this.button2.UseVisualStyleBackColor = true;
157             
//
158             
// frmKho_DanhSachSanPham
159             
//
160             
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
161             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
162             
this.AutoScroll = true;
163             
this.ClientSize = new System.Drawing.Size(1362, 741);
164             
this.Controls.Add(this.dataGridView1);
165             
this.Controls.Add(this.panel1);
166             
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
167             
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
168             
this.Name = "frmKho_DanhSachSanPham";
169             
this.Text = "frmKho_DanhSachSanPham";
170             
this.panel1.ResumeLayout(false);
171             
this.panel1.PerformLayout();
172             ((System.ComponentModel.ISupportInitialize)(
this.dataGridView1)).EndInit();
173             
this.ResumeLayout(false);
174
175         }
176
177         
#endregion
178
179         
private System.Windows.Forms.Panel panel1;
180         
private System.Windows.Forms.DataGridView dataGridView1;
181         
private System.Windows.Forms.Button button3;
182         
private System.Windows.Forms.Button button1;
183         
private System.Windows.Forms.Label label3;
184         
private System.Windows.Forms.ComboBox comboBox1;
185         
private System.Windows.Forms.TextBox textBox2;
186         
private System.Windows.Forms.Label label2;
187         
private System.Windows.Forms.TextBox textBox1;
188         
private System.Windows.Forms.Label label1;
189         
private System.Windows.Forms.Button button2;
190     }
191 }


Gõ tìm kiếm nhanh...